3.2.60 \(\int x^{5/2} (A+B x^2) (b x^2+c x^4) \, dx\) [160]

Optimal. Leaf size=39 \[ \frac {2}{11} A b x^{11/2}+\frac {2}{15} (b B+A c) x^{15/2}+\frac {2}{19} B c x^{19/2} \]

[Out]

2/11*A*b*x^(11/2)+2/15*(A*c+B*b)*x^(15/2)+2/19*B*c*x^(19/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 39, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {1598, 459} \begin {gather*} \frac {2}{15} x^{15/2} (A c+b B)+\frac {2}{11} A b x^{11/2}+\frac {2}{19} B c x^{19/2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(5/2)*(A + B*x^2)*(b*x^2 + c*x^4),x]

[Out]

(2*A*b*x^(11/2))/11 + (2*(b*B + A*c)*x^(15/2))/15 + (2*B*c*x^(19/2))/19

Rule 459

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Int[ExpandI
ntegrand[(e*x)^m*(a + b*x^n)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, e, m, n}, x] && NeQ[b*c - a*d, 0] &
& IGtQ[p, 0] && IGtQ[q, 0]

Rule 1598

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(m + n*p)*(a + b*x^(q -
 p))^n, x] /; FreeQ[{a, b, m, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rubi steps

\begin {align*} \int x^{5/2} \left (A+B x^2\right ) \left (b x^2+c x^4\right ) \, dx &=\int x^{9/2} \left (A+B x^2\right ) \left (b+c x^2\right ) \, dx\\ &=\int \left (A b x^{9/2}+(b B+A c) x^{13/2}+B c x^{17/2}\right ) \, dx\\ &=\frac {2}{11} A b x^{11/2}+\frac {2}{15} (b B+A c) x^{15/2}+\frac {2}{19} B c x^{19/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.03, size = 35, normalized size = 0.90 \begin {gather*} \frac {2 x^{11/2} \left (285 A b+209 b B x^2+209 A c x^2+165 B c x^4\right )}{3135} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(5/2)*(A + B*x^2)*(b*x^2 + c*x^4),x]

[Out]

(2*x^(11/2)*(285*A*b + 209*b*B*x^2 + 209*A*c*x^2 + 165*B*c*x^4))/3135

________________________________________________________________________________________

Maple [A]
time = 0.14, size = 28, normalized size = 0.72

method result size
derivativedivides \(\frac {2 A b \,x^{\frac {11}{2}}}{11}+\frac {2 \left (A c +B b \right ) x^{\frac {15}{2}}}{15}+\frac {2 B c \,x^{\frac {19}{2}}}{19}\) \(28\)
default \(\frac {2 A b \,x^{\frac {11}{2}}}{11}+\frac {2 \left (A c +B b \right ) x^{\frac {15}{2}}}{15}+\frac {2 B c \,x^{\frac {19}{2}}}{19}\) \(28\)
gosper \(\frac {2 x^{\frac {11}{2}} \left (165 B c \,x^{4}+209 A c \,x^{2}+209 b B \,x^{2}+285 A b \right )}{3135}\) \(32\)
trager \(\frac {2 x^{\frac {11}{2}} \left (165 B c \,x^{4}+209 A c \,x^{2}+209 b B \,x^{2}+285 A b \right )}{3135}\) \(32\)
risch \(\frac {2 x^{\frac {11}{2}} \left (165 B c \,x^{4}+209 A c \,x^{2}+209 b B \,x^{2}+285 A b \right )}{3135}\) \(32\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(5/2)*(B*x^2+A)*(c*x^4+b*x^2),x,method=_RETURNVERBOSE)

[Out]

2/11*A*b*x^(11/2)+2/15*(A*c+B*b)*x^(15/2)+2/19*B*c*x^(19/2)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 27, normalized size = 0.69 \begin {gather*} \frac {2}{19} \, B c x^{\frac {19}{2}} + \frac {2}{15} \, {\left (B b + A c\right )} x^{\frac {15}{2}} + \frac {2}{11} \, A b x^{\frac {11}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(5/2)*(B*x^2+A)*(c*x^4+b*x^2),x, algorithm="maxima")

[Out]

2/19*B*c*x^(19/2) + 2/15*(B*b + A*c)*x^(15/2) + 2/11*A*b*x^(11/2)

________________________________________________________________________________________

Fricas [A]
time = 2.26, size = 32, normalized size = 0.82 \begin {gather*} \frac {2}{3135} \, {\left (165 \, B c x^{9} + 209 \, {\left (B b + A c\right )} x^{7} + 285 \, A b x^{5}\right )} \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(5/2)*(B*x^2+A)*(c*x^4+b*x^2),x, algorithm="fricas")

[Out]

2/3135*(165*B*c*x^9 + 209*(B*b + A*c)*x^7 + 285*A*b*x^5)*sqrt(x)

________________________________________________________________________________________

Sympy [A]
time = 0.73, size = 46, normalized size = 1.18 \begin {gather*} \frac {2 A b x^{\frac {11}{2}}}{11} + \frac {2 A c x^{\frac {15}{2}}}{15} + \frac {2 B b x^{\frac {15}{2}}}{15} + \frac {2 B c x^{\frac {19}{2}}}{19} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(5/2)*(B*x**2+A)*(c*x**4+b*x**2),x)

[Out]

2*A*b*x**(11/2)/11 + 2*A*c*x**(15/2)/15 + 2*B*b*x**(15/2)/15 + 2*B*c*x**(19/2)/19

________________________________________________________________________________________

Giac [A]
time = 0.47, size = 29, normalized size = 0.74 \begin {gather*} \frac {2}{19} \, B c x^{\frac {19}{2}} + \frac {2}{15} \, B b x^{\frac {15}{2}} + \frac {2}{15} \, A c x^{\frac {15}{2}} + \frac {2}{11} \, A b x^{\frac {11}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(5/2)*(B*x^2+A)*(c*x^4+b*x^2),x, algorithm="giac")

[Out]

2/19*B*c*x^(19/2) + 2/15*B*b*x^(15/2) + 2/15*A*c*x^(15/2) + 2/11*A*b*x^(11/2)

________________________________________________________________________________________

Mupad [B]
time = 0.11, size = 31, normalized size = 0.79 \begin {gather*} \frac {2\,x^{11/2}\,\left (285\,A\,b+209\,A\,c\,x^2+209\,B\,b\,x^2+165\,B\,c\,x^4\right )}{3135} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(5/2)*(A + B*x^2)*(b*x^2 + c*x^4),x)

[Out]

(2*x^(11/2)*(285*A*b + 209*A*c*x^2 + 209*B*b*x^2 + 165*B*c*x^4))/3135

________________________________________________________________________________________